API Documentation
ProjectLoadQuery.h
1 // ProjectLoadQuery.h
3 //
5 
6 namespace nkAstraeus
7 {
13  struct DLL_ASTRAEUS_EXPORT ProjectLoadQuery final
14  {
15  std::string _path ;
16 
19  } ;
20 }
nkScripts::ProjectLoadQuery
Holds information about a project load query.
Definition: ProjectLoadQuery.h:12
nkAstraeus::ProjectLoadQuery::_scriptsQuery
nkScripts::ProjectLoadQuery _scriptsQuery
Sub query for nkScripts.
Definition: ProjectLoadQuery.h:18
nkAstraeus
Encompasses all API of component NilkinsAstraeus.
Definition: Engine.h:7
nkAstraeus::ProjectLoadQuery
Describes a project load query.
Definition: ProjectLoadQuery.h:14
nkGraphics::ResourceSetLoadQuery
Holds information about a resource set (project) load query.
Definition: ResourceSetLoadQuery.h:12
nkAstraeus::ProjectLoadQuery::_path
std::string _path
The path in which the project will be exported, relative to working directory. This path will overrid...
Definition: ProjectLoadQuery.h:15
nkAstraeus::ProjectLoadQuery::_graphicsQuery
nkGraphics::ResourceSetLoadQuery _graphicsQuery
Sub query for nkGraphics.
Definition: ProjectLoadQuery.h:17